This page documents version 1.2 of the Motif library.
DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
XXXXmmmmSSSSttttrrrriiiinnnnggggBBBByyyytttteeeeCCCCoooommmmppppaaaarrrreeee returns a Boolean indicating the results
of a byte-by-byte comparison of two compound strings.
In general, if two compound strings are created with the
same (char *) string using XXXXmmmmSSSSttttrrrriiiinnnnggggCCCCrrrreeeeaaaatttteeeeLLLLooooccccaaaalllliiiizzzzeeeedddd in the
same language environment, the compound strings compare as
equal. If two compound strings are created with the same
(char *) string and the same font list element tag set other
than XXXXmmmmFFFFOOOONNNNTTTTLLLLIIIISSSSTTTT____DDDDEEEEFFFFAAAAUUUULLLLTTTT____TTTTAAAAGGGG using XXXXmmmmSSSSttttrrrriiiinnnnggggCCCCrrrreeeeaaaatttteeee, the
strings compare as equal.
In some cases, once a compound string is put into a widget,
that string is converted into an internal form to allow
faster processing. Part of the conversion process strips
out unnecessary or redundant information. If an application
then does an XXXXttttGGGGeeeettttVVVVaaaalllluuuueeeessss to retrieve a compound string from
a widget (specifically, Label and all of its subclasses), it
is not guaranteed that the compound string returned is
byte-for-byte the same as the string given to the widget
originally.
_s_1 Specifies a compound string to be compared with _s_2
_s_2 Specifies a compound string to be compared with _s_1
RRRREEEETTTTUUUURRRRNNNN VVVVAAAALLLLUUUUEEEE
Returns True if two compound strings are identical byte-by-
XXXXmmmmSSSSttttrrrriiiinnnnggggCCCCrrrreeeeaaaatttteeee((((3333XXXX)))) and XXXXmmmmSSSSttttrrrriiiinnnnggggCCCCrrrreeeeaaaatttteeeeLLLLooooccccaaaalllliiiizzzzeeeedddd((((3333XXXX)))).